home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / EDU / DISK2530.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-12-08  |  358b  |  20 lines

  1. echo off
  2. cls
  3. echo . 
  4. echo .
  5. echo Please stand by.
  6. echo .
  7. echo .
  8. md %1\sm
  9. copy *.* %1\sm\*.*
  10. copy go2.bat %1\go.bat
  11. cls
  12. echo ************************************************
  13. echo * Done.  To run School-Mom from the hard drive *
  14. echo * just type GO then press enter.               *
  15. echo ************************************************
  16.  
  17.  
  18.  
  19.  
  20.